SmartGate Version 3.7.0
Release Date: February 10, 2026
Version Overview
SmartGate 3.7.0 further enhances cloud-native compatibility and data forwarding capabilities based on 3.6.0, officially introduces "Immediate Update" feature, and optimizes automatic update strategy. At the same time, fully supports batch forwarding for LogsAgent and eBPF data, improving data reliability in weak network environments, and improves ClickHouse monitoring logic to avoid configuration conflicts.
- ✨ Core New Features and Optimizations:
- New "Immediate Update" feature: Supports manual trigger of agent updates;
- K8s environment compatibility improvement: SmartGate can run normally even when Prometheus CRD is missing;
- Supports LogsAgent and eBPF batch forwarding: Ensures data is not lost in offline or network fluctuation scenarios;
- Automatic update strategy optimization: Check interval set to 300 seconds, update time randomly distributed within 2 hours to avoid concentrated update pressure;
- ClickHouse monitoring logic enhancement: Supports resolving multi-task scrape_uri conflicts through
clickhouse_only: true.
- ⚠️ Important Limitations:
- APM < V2.6.0: No batch forwarding, data sent directly without cache;
- APM < V2.10.0: K8s YAML display anomalies;
- APM < V3.7.0: K8s YAML incompatible with SmartGate 3.3.0.
::: tip Upgrade Recommendation
- Strongly recommended to upgrade to 3.7.0 for complete batch forwarding support (especially for LogsAgent/eBPF users);
- In K8s environments without Prometheus Operator deployed, this version ensures SmartGate stable operation;
- When using multiple ClickHouse monitoring tasks with the same
scrape_uri, please explicitly configureclickhouse_only: true.
:::
Linux x86_64 System
Supported Platform Versions
- One Platform: V2.4.0 and above
Limitations
- APM version < V2.6.0: Agents do not support batch forwarding, data will be forwarded directly, no local cache mechanism;
- APM version < V2.10.0: YAML files of K8s resource objects display abnormally on the platform;
- APM version < V3.7.0: K8s resource object YAML files are incompatible with SmartGate 3.3.0.
Integrated Plugin Versions
- Monitoring Point version: 1.5.0.0
- etl_proxy: 2.0.0
New Features
- New "Immediate Update" Feature: Supports triggering SmartGate immediate update through One platform;
- K8s Deployment Compatibility Enhancement: Even when Prometheus-related CRD is not installed in the environment, SmartGate can still start and run normally.
Feature Optimizations
-
Automatic Update Strategy Adjustment:
- Automatic update check frequency: 300 seconds (5 minutes);
- Actual update execution time: Randomly triggered within a 2-hour window to avoid simultaneous updates of large-scale nodes causing platform pressure;
-
Supports Batch Forwarding for LogsAgent and eBPF Data:
- When network interruption or service unavailability occurs, data will be cached and retried in batches for reporting, significantly improving reliability;
-
ClickHouse Component Monitoring Optimization:
-
Fixed issue in version 3.6.0 where multiple task configurations with the same
scrape_uricaused conflicts; -
If multiple ClickHouse tasks use the same URI, need to explicitly configure in the corresponding task:
clickhouse_only: true
-
Linux ARM64 System
Supported Platform Versions
- One Platform: V2.4.0 and above
Limitations
(Same as Linux x86_64)
Integrated Plugin Versions
- Monitoring Point version: 1.5.0.0
- etl_proxy: 2.0.0
New Features
(Same as Linux x86_64)
Feature Optimizations
(Same as Linux x86_64)
💡 Platform Notes > ARM64 platform functionality is completely consistent with x86_64, fully supporting all features in this update.
Windows x86_64 Platform
SmartGate 3.7.0 version does not support Windows platform.
Compatibility Notes
Platform Compatibility
| Operating System | Supported Architecture | Minimum One Version |
|---|---|---|
| Linux | x86_64 | V2.4.0 |
| Linux | ARM64 | V2.4.0 |
| Windows | Not Supported | ---- |